@import url(../nullstyle/nullstyle.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper .main .tc {
  padding-bottom: 70px;
  font-family: "Noto Sans", sans-serif;
  width: 80%;
  margin: 0 auto;
  line-height: 130%;
}
.wrapper .main .tc .normal-fz {
  font-size: 16px;
  line-height: 140%;
  display: block;
}
.wrapper .main .tc .top {
  margin-top: 20px;
}
.wrapper .main .tc .bold-fz {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.wrapper .main .tc h1 {
  font-size: 52px;
  font-weight: bold;
  padding: 70px 0 60px 0;
}
.wrapper .main .tc h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0;
}
.wrapper .footer {
  background: #d12f2e;
}
.wrapper .footer .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wrapper .footer .container img {
  height: 27px;
  width: 169px;
}
.wrapper .footer .container span {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
}
.wrapper .footer .container a {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.wrapper .footer .container ul {
  display: flex;
  gap: 20px;
}
.wrapper .footer .container ul li img {
  height: 20px;
  width: 20px;
}

.iframe {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}